home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 139
/
(Vol 139) Sep 24 2011.iso
/
Games
/
theme_park_thriller.swf
/
scripts
/
DefineButton2_44
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2011-09-24
|
220b
|
6 lines
on(release){
tempstring = _global.path + "games/writeGameHighScore.asp?gameID=" + _global.gameID + "&name=" + _root.name + "&score=" + _root.score;
_root.funcSubmitScore(tempstring);
_root.clearScreen();
}